home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
mx
/
controls
/
ButtonLabelPlacement.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
556b
|
27 lines
package mx.controls
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class ButtonLabelPlacement
{
public static const TOP:String = "top";
public static const LEFT:String = "left";
mx_internal static const VERSION:String = "3.0.0.0";
public static const BOTTOM:String = "bottom";
public static const RIGHT:String = "right";
public function ButtonLabelPlacement()
{
super();
}
}
}